math/big.Float.setExpAndRound (method)
7 uses
math/big (current package)
float.go#L284: func (z *Float) setExpAndRound(exp int64, sbit uint) {
float.go#L330: z.setExpAndRound(int64(z.exp)+int64(exp), 0)
float.go#L611: z.setExpAndRound(int64(bits), 0)
float.go#L1254: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1307: z.setExpAndRound(ex+int64(len(z.mant))*_W-fnorm(z.mant), 0)
float.go#L1330: z.setExpAndRound(e-fnorm(z.mant), 0)
float.go#L1375: z.setExpAndRound(e-fnorm(z.mant), sbit)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)